home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [46].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  552 b   |  19 lines

  1. -- Script [46]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. CrewID = math.random(0, CrewCount);
  6.   
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. RemoveCrew(CrewID);
  10. AddAlly("{1}");
  11.  
  12. SetStartingEvent("[48]", true);
  13.  
  14. ShowStoryText("Accepting the deal, you select the presumably delighted " .. CrewName .. " to remain in exchange for the Tribesman, and go on your merry way, full of optimism for the harmony between your peoples.");
  15.  
  16. AddCaptainsLog("Agreed to give up one of my crewmen to be temporarily replaced by a tribesman, in a form of cultural exchange.");
  17.  
  18.  
  19.